Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related JIRA Ticket
PM-6307
What's in this PR?
A two-round Design challenge allowing two submissions shows only the latest submission to its checkpoint screener, leaving an older pending scorecard inaccessible. The root cause is the Review API submission-history privacy filter. The required runtime fix is review-api-v6 PR #344, which must be merged and deployed to resolve the reported bug.
This frontend companion adds regression coverage through the real checkpoint tab, role hook, and table column renderers at desktop and mobile widths. It verifies that both submissions from a member remain visible, the older pending row links to its own scorecard, and progress remains 67% when two of three screenings are complete. The Review README documents the API visibility contract.
Validation:
yarn lintpassed.NODE_OPTIONS=--max-old-space-size=8192 yarn run buildpassed with existing dependency source-map and bundle-size warnings.nvm use.Branch
PM-6307was created fromorigin/devat363f4d08f.